home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / gmgl.dir / Internal_300_soundBusy(2) = 0_go -save-.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  96 b   |  8 lines

  1. on exitFrame me
  2.   if soundBusy(2) = 0 then
  3.     go("save")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.